-
Notifications
You must be signed in to change notification settings - Fork 2.6k
update provider models and prices for Groq & Mistral #4588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add "qwen/qwen3-32b" model for Groq. Add in/out price for all Groq models. Add "magistral-medium-latest" and "mistral-medium-latest" models for Mistral.
daniel-lxs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Checked all the prices, looks good to me.
|
I saw there was a conflict on CHANGELOG.md. I just remove 3.20.0 changelog and my patch changes log to resolve the conflict. Then I realized that I probably shouldn't do that. So I created another commit to restore the deleted 3.20.0 changelog, and add my patch changes log above the 3.20.0 changelog. |
|
@KanTakahiro |
|
@KanTakahiro |
|
I think I have solved the conflict. Please have a review for it. |
daniel-lxs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @KanTakahiro!
|
@KanTakahiro Do you have discord? Would love to include you in our private contributors only chat. |
|
@hannesrudolph Yeah I have Discord account. How can I join that server? |
|
My username is hrudolph |
|
@hannesrudolph Thank you! I just joined the server. I use the same username as this GitHub account. |
Co-authored-by: Kan <[email protected]> Co-authored-by: Daniel <[email protected]>
Co-authored-by: Kan <[email protected]> Co-authored-by: Daniel <[email protected]>
|
Could you check for the qwen3-32b ? Coz in Groq documentation maxTokens limit is 40.960 , and when im using qwen3 its getting error . |
|
I have opened a new PR for this. Thank you for your report! |


Add new models for providers "Groq" and "Mistral". Add model prices for all Groq models.
Related GitHub Issue
Closes: #4133
Description
Test Procedure
Type of Change
srcor test files.Pre-Submission Checklist
npm run lint).console.log) has been removed.npm test).mainbranch.npm run changesetif this PR includes user-facing changes or dependency updates.Screenshots / Videos
Documentation Updates
Does this PR necessitate updates to user-facing documentation?
Supported Models section in "Model Providers -> Groq" and "Model Providers -> Mistral AI" should be updated.
Additional Notes
Get in Touch
Important
Add new models and update pricing for Groq and Mistral providers.
qwen/qwen3-32bmodel to Groq ingroq.ts.magistral-medium-latestandmistral-medium-latestmodels to Mistral inmistral.ts.groq.ts.This description was created by
for 69044fd. You can customize this summary. It will automatically update as commits are pushed.